home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / Applet Toolkit / appletops.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  375 b   |  28 lines  |  [TEXT/KAHL]

  1.  
  2. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  3.  
  4. #define opsinclude
  5.  
  6.  
  7. #ifndef appletdefsinclude
  8.  
  9.     #include "appletdefs.h"
  10.     
  11. #endif
  12.  
  13.  
  14. short minint (short, short);
  15.  
  16. boolean cometofront (void);
  17.  
  18. void delayticks (short);
  19.  
  20. void delayseconds (short);
  21.  
  22. void timestamp (long *);
  23.  
  24. boolean getstringlist (short, short, bigstring);
  25.  
  26. void initmacintosh (void);
  27.  
  28.